Constructor SocketFactory
SocketFactory(String)
Default constructor.
Declaration
public SocketFactory(string localIP)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | localIP | A string containing the IP address of the local network adapter to bind sockets to. Null or empty string will use IPAddress.Any. |
SocketFactory(String)
Default constructor.
Declaration
public SocketFactory(string localIP)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | localIP | A string containing the IP address of the local network adapter to bind sockets to. Null or empty string will use IPAddress.Any. |
SocketFactory(String)
Default constructor.
Declaration
public SocketFactory(string localIP)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | localIP | A string containing the IP address of the local network adapter to bind sockets to. Null or empty string will use IPAddress.Any. |
SocketFactory(String)
Default constructor.
Declaration
public SocketFactory(string localIP)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | localIP | A string containing the IP address of the local network adapter to bind sockets to. Null or empty string will use IPAddress.Any. |