3 writes to endBytes
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
1745this.endBytes = SingletonEncoder.EndBytes; 1757this.endBytes = SingletonEncoder.EnvelopeEndFramingEndBytes; 1762this.endBytes = SingletonEncoder.EnvelopeEndBytes;
3 references to endBytes
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
1855if (this.endBytes == null) 1861AsyncCompletionResult result = connection.BeginWrite(endBytes, 0, 1862endBytes.Length, true, timeoutHelper.RemainingTime(), onWriteEndBytes, this);