Encrypt Method
From Lidgren.Network
| Lidgren Network Library documentation |
| NetOutgoingMessage..::..Encrypt Method |
| NetOutgoingMessage Class See Also Send Feedback |
Encrypt this message using the provided algorithm; no more writing can be done before sending it or the message will be corrupt!
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public bool Encrypt( INetEncryption encryption ) |
| Visual Basic |
|---|
Public Function Encrypt ( _ encryption As INetEncryption _ ) As Boolean |
| Visual C++ |
|---|
public: bool Encrypt( INetEncryption^ encryption ) |
Parameters
- encryption
- Type: Lidgren.Network..::..INetEncryption
[Missing <param name="encryption"/> documentation for "M:Lidgren.Network.NetOutgoingMessage.Encrypt(Lidgren.Network.INetEncryption)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetOutgoingMessage.Encrypt(Lidgren.Network.INetEncryption)"]