3 writes to connectionBufferSize
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
36
this.
connectionBufferSize
= ConnectionOrientedTransportDefaults.ConnectionBufferSize;
49
this.
connectionBufferSize
= elementToBeCloned.connectionBufferSize;
81
this.
connectionBufferSize
= value;
4 references to connectionBufferSize
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (4)
49
this.connectionBufferSize = elementToBeCloned.
connectionBufferSize
;
71
return this.
connectionBufferSize
;
391
if (this.
connectionBufferSize
!= connection.
connectionBufferSize
)