Returns the string name of the transport protocol.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public string GFTransportProtocol{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property GFTransportProtocol As String |
| Visual C++ |
|---|
public: property String^ GFTransportProtocol { String^ get (); } |
Return Value
the name of the transport protocol, currently always "TCP"
Remarks
This method always returns the string "TCP". TCP sources are
always created by the product. Usage of multicast in the product is
governed by the property "transport-multicast-enabled".
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace