From https://stackoverflow.com/a/7857844/1460422
See Also: Inherited members from System.Net.Sockets.TcpListener.
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. |
Documentation for this section has not yet been entered.Syntax
public TcpListenerExtended (System.Net.IPEndPoint endpoint)Parameters
- endpoint
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SBRL.GlidingSquirrel.Http
Assembly: GlidingSquirrel (in GlidingSquirrel.dll)
Assembly Versions: 1.0.6786.21077, 1.0.6786.21083, 1.0.6786.38758, 1.0.6786.38797, 1.0.6786.38837, 1.0.6786.38901, 1.0.6786.38913, 1.0.6786.39083, 1.0.6786.39119, 1.0.6786.39136, 1.0.6786.39265
Documentation for this section has not yet been entered.Syntax
public TcpListenerExtended (System.Net.IPAddress bindAddress, int port)Parameters
- bindAddress
- Documentation for this section has not yet been entered.
- port
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SBRL.GlidingSquirrel.Http
Assembly: GlidingSquirrel (in GlidingSquirrel.dll)
Assembly Versions: 1.0.6786.21077, 1.0.6786.21083, 1.0.6786.38758, 1.0.6786.38797, 1.0.6786.38837, 1.0.6786.38901, 1.0.6786.38913, 1.0.6786.39083, 1.0.6786.39119, 1.0.6786.39136, 1.0.6786.39265
Whether the TcpListener is currently listening for connections.Syntax
public bool Active { get; }Value
true if active; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SBRL.GlidingSquirrel.Http
Assembly: GlidingSquirrel (in GlidingSquirrel.dll)
Assembly Versions: 1.0.6786.21077, 1.0.6786.21083, 1.0.6786.38758, 1.0.6786.38797, 1.0.6786.38837, 1.0.6786.38901, 1.0.6786.38913, 1.0.6786.39083, 1.0.6786.39119, 1.0.6786.39136, 1.0.6786.39265