7 references to ConnectionBufferSize
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
104
(this.
ConnectionBufferSize
== channelListener.ConnectionBufferSize) &&
System\ServiceModel\Channels\ExclusiveNamedPipeTransportManager.cs (2)
31
new PipeConnectionListener(ListenUri, HostNameComparisonMode,
ConnectionBufferSize
,
33
MaxOutputDelay,
ConnectionBufferSize
);
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
63
get { return
ConnectionBufferSize
; }
94
connectionListener = new BufferedConnectionListener(socketListener, MaxOutputDelay,
ConnectionBufferSize
);
System\ServiceModel\Channels\SharedTcpTransportManager.cs (2)
114
return this.
ConnectionBufferSize
;
119
IConnectionListener connectionListener = new BufferedConnectionListener(sharedListener, MaxOutputDelay,
ConnectionBufferSize
);