5 writes to message
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
664this.message = new NullMessage(); 676this.message = httpInput.ReadStreamedMessage(inputStream); 680this.message = httpInput.ReadChunkedBufferedMessage(inputStream); 763this.message = this.httpInput.DecodeBufferedMessage(new ArraySegment<byte>(buffer.Array, 0, offset), inputStream); 811this.message = this.httpInput.ReadBufferedMessage(this.httpRequestMessage);
5 references to message
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
684if (this.message != null) 686this.requestException = httpInput.ProcessHttpAddressing(this.message); 764this.requestException = this.httpInput.ProcessHttpAddressing(this.message); 805return thisPtr.message; 812this.requestException = this.httpInput.ProcessHttpAddressing(this.message);