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