4 references to Duplex
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
262
case FramingMode.
Duplex
:
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
183
new ProtocolException(SR.GetString(SR.FramingModeNotSupported, FramingMode.
Duplex
)));
System\ServiceModel\Channels\FramingDecoders.cs (1)
388
case FramingMode.
Duplex
:
System\ServiceModel\Channels\FramingEncoders.cs (1)
262
(byte)FramingMode.
Duplex
};