TcpServerFactory Type
Instance members
| Instance member | Description |
Full Usage:
this.create (maxOps, bufferSize, binding, runtime, cancellationToken, healthCheckEnabled, healthCheckIntervalMs, maxConnectionAgeSeconds, acceptorCount, webPart)
Parameters:
int
bufferSize : int
binding : SocketBinding
runtime : HttpRuntime
cancellationToken : CancellationToken
healthCheckEnabled : bool
healthCheckIntervalMs : int
maxConnectionAgeSeconds : int
acceptorCount : int
webPart : WebPart
Returns: TcpServer
Modifiers: abstract |
|
Full Usage:
this.create (maxOps, bufferSize, binding, runtime, cancellationToken, healthCheckEnabled, healthCheckIntervalMs, maxConnectionAgeSeconds, webPart)
Parameters:
int
bufferSize : int
binding : SocketBinding
runtime : HttpRuntime
cancellationToken : CancellationToken
healthCheckEnabled : bool
healthCheckIntervalMs : int
maxConnectionAgeSeconds : int
webPart : WebPart
Returns: TcpServer
Modifiers: abstract |
|