3 references to TcpDuplicateContext
System.ServiceModel (3)
System\ServiceModel\Activation\DuplicateContext.cs (1)
13
[KnownType(typeof(
TcpDuplicateContext
))]
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
747
IConnection BuildDuplicatedTcpConnection(
TcpDuplicateContext
duplicateContext, int connectionBufferSize, bool alreadyHoldingLock)
1363
return BuildDuplicatedTcpConnection((
TcpDuplicateContext
)duplicateContext, connectionBufferSize, alreadyHoldingLock);