SendUnconnectedMessage Method (NetOutgoingMessage, IList(IPEndPoint))

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Send a message to an unconnected host

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

Syntax

C#
public void SendUnconnectedMessage(
	NetOutgoingMessage msg,
	IList<IPEndPoint> recipients
)
Visual Basic
Public Sub SendUnconnectedMessage ( _
	msg As NetOutgoingMessage, _
	recipients As IList(Of IPEndPoint) _
)
Visual C++
public:
void SendUnconnectedMessage(
	NetOutgoingMessage^ msg, 
	IList<IPEndPoint^>^ recipients
)

Parameters

msg
Type: Lidgren.Network..::..NetOutgoingMessage

[Missing <param name="msg"/> documentation for "M:Lidgren.Network.NetPeer.SendUnconnectedMessage(Lidgren.Network.NetOutgoingMessage,System.Collections.Generic.IList{System.Net.IPEndPoint})"]

recipients
Type: System.Collections.Generic..::..IList<(Of <(<'IPEndPoint>)>)>

[Missing <param name="recipients"/> documentation for "M:Lidgren.Network.NetPeer.SendUnconnectedMessage(Lidgren.Network.NetOutgoingMessage,System.Collections.Generic.IList{System.Net.IPEndPoint})"]

See Also