ServerTransport Constructor (Binding, ServerTransport)NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates instance of a transport that resulted from connection accept by listener. Not all technologies support listener/child transports (TCP does)

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected ServerTransport(
	Binding binding,
	ServerTransport listener
)
See Also