Gets the protocol.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic string Protocol { get; }
Public ReadOnly Property Protocol As String
Get
public:
property String^ Protocol {
String^ get ();
}
member Protocol : string with get
Property Value
Type:
StringThe protocol.
See Also