  | ServerSocket Constructor  | 
 
Namespace: AsterNET.IOAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ServerSocket(
	int port,
	IPAddress bindAddress,
	Encoding encoding
)
Public Sub New ( 
	port As Integer,
	bindAddress As IPAddress,
	encoding As Encoding
)
public:
ServerSocket(
	int port, 
	IPAddress^ bindAddress, 
	Encoding^ encoding
)
new : 
        port : int * 
        bindAddress : IPAddress * 
        encoding : Encoding -> ServerSocketParameters
- 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