1 write to asyncReadBufferSize
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
91this.asyncReadBufferSize = this.readBuffer.Length;
2 references to asyncReadBufferSize
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
92this.socket.SendBufferSize = this.socket.ReceiveBufferSize = this.asyncReadBufferSize; 120get { return asyncReadBufferSize; }