Encrypt Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
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.NetDESEncryption.Encrypt(Lidgren.Network.NetOutgoingMessage)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetDESEncryption.Encrypt(Lidgren.Network.NetOutgoingMessage)"]

Implements

INetEncryption..::..Encrypt(NetOutgoingMessage)

See Also