Returns the multicast port number
or the default (2365) if not set.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public int McastPort{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property McastPort As Integer |
| Visual C++ |
|---|
public: property int McastPort { int get (); } |
Return Value
the port number
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace