Write Method (NetOutgoingMessage)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Append all the bits of message to this message

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public void Write(
	NetOutgoingMessage message
)
Visual Basic
Public Sub Write ( _
	message As NetOutgoingMessage _
)
Visual C++
public:
void Write(
	NetOutgoingMessage^ message
)

Parameters

message
Type: Lidgren.Network..::..NetOutgoingMessage

[Missing <param name="message"/> documentation for "M:Lidgren.Network.NetBuffer.Write(Lidgren.Network.NetOutgoingMessage)"]

See Also