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