Shutdown Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Disconnects all active connections and closes the socket

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

Syntax

C#
public void Shutdown(
	string bye
)
Visual Basic
Public Sub Shutdown ( _
	bye As String _
)
Visual C++
public:
void Shutdown(
	String^ bye
)

Parameters

bye
Type: System..::..String

[Missing <param name="bye"/> documentation for "M:Lidgren.Network.NetPeer.Shutdown(System.String)"]

See Also