Implemented interface member:
property
ConnectionBufferSize
System.ServiceModel.Channels.IConnectionOrientedConnectionSettings.ConnectionBufferSize
4 references to ConnectionBufferSize
System.ServiceModel (4)
System\ServiceModel\Channels\NamedPipeChannelFactory.cs (2)
45new PipeConnectionInitiator(ConnectionBufferSize, this); 49return new BufferedConnectionInitiator(pipeConnectionInitiator, MaxOutputDelay, ConnectionBufferSize);
System\ServiceModel\Channels\TcpChannelFactory.cs (2)
49ConnectionBufferSize); 54MaxOutputDelay, ConnectionBufferSize);