







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