Lidgren Network Library documentation |
NetConnection..::..RemoteHailMessage Property |
NetConnection Class See Also Send Feedback |
The message that the remote part specified via Connect() or Approve() - can be null.
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public NetIncomingMessage RemoteHailMessage { get; } |
Visual Basic |
---|
Public ReadOnly Property RemoteHailMessage As NetIncomingMessage Get |
Visual C++ |
---|
public: property NetIncomingMessage^ RemoteHailMessage { NetIncomingMessage^ get (); } |