Lidgren Network Library documentation |
NetConnection..::..Approve Method (NetOutgoingMessage) |
NetConnection Class See Also Send Feedback |
Approves this connection; sending a connection response to the remote host
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public void Approve( NetOutgoingMessage localHail ) |
Visual Basic |
---|
Public Sub Approve ( _ localHail As NetOutgoingMessage _ ) |
Visual C++ |
---|
public: void Approve( NetOutgoingMessage^ localHail ) |
Parameters
- localHail
- Type: Lidgren.Network..::..NetOutgoingMessage
The local hail message that will be set as RemoteHailMessage on the remote host