1 write to message
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
569this.message = message;
7 references to message
System.ServiceModel (7)
System\ServiceModel\Channels\HttpRequestContext.cs (7)
575this.responseMessage = this.message; 602if (this.message != null && 603!object.ReferenceEquals(this.message, this.responseMessage)) 678if (!success && this.message != null && 679!object.ReferenceEquals(this.message, this.responseMessage)) 722if (!success && this.message != null && 723!object.ReferenceEquals(this.message, this.responseMessage))