Lidgren Network Library documentation |
NetRC2Encryption..::..Encrypt Method |
NetRC2Encryption Class See Also Send Feedback |
Encrypt outgoing message
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public bool Encrypt( NetOutgoingMessage msg ) |
Visual Basic |
---|
Public Function Encrypt ( _ msg As NetOutgoingMessage _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Encrypt( NetOutgoingMessage^ msg ) sealed |
Parameters
- msg
- Type: Lidgren.Network..::..NetOutgoingMessage
[Missing <param name="msg"/> documentation for "M:Lidgren.Network.NetRC2Encryption.Encrypt(Lidgren.Network.NetOutgoingMessage)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetRC2Encryption.Encrypt(Lidgren.Network.NetOutgoingMessage)"]