Implemented interface member:
property
ConnectionBufferSize
System.ServiceModel.Channels.IConnectionOrientedConnectionSettings.ConnectionBufferSize
3 references to ConnectionBufferSize
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
104
(this.ConnectionBufferSize == channelListener.
ConnectionBufferSize
) &&
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
177
this.connectionBufferSize = channelListener.
ConnectionBufferSize
;
232
&& (this.connectionBufferSize == channelListener.
ConnectionBufferSize
)