Click or drag to resize
ServerSocket Constructor
Initializes a new instance of the ServerSocket class

Namespace: AsterNET.IO
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ServerSocket(
	int port,
	IPAddress bindAddress,
	Encoding encoding
)

Parameters

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:AsterNET.IO.ServerSocket.#ctor(System.Int32,System.Net.IPAddress,System.Text.Encoding)"]

bindAddress
Type: System.NetIPAddress

[Missing <param name="bindAddress"/> documentation for "M:AsterNET.IO.ServerSocket.#ctor(System.Int32,System.Net.IPAddress,System.Text.Encoding)"]

encoding
Type: System.TextEncoding

[Missing <param name="encoding"/> documentation for "M:AsterNET.IO.ServerSocket.#ctor(System.Int32,System.Net.IPAddress,System.Text.Encoding)"]

See Also