Lidgren Network Library documentation |
NetConnection..::..LocalHailMessage Property |
NetConnection Class See Also Send Feedback |
Gets the local hail message that was sent as part of the handshake
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public NetOutgoingMessage LocalHailMessage { get; } |
Visual Basic |
---|
Public ReadOnly Property LocalHailMessage As NetOutgoingMessage Get |
Visual C++ |
---|
public: property NetOutgoingMessage^ LocalHailMessage { NetOutgoingMessage^ get (); } |