2 writes to request
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
451
this.
request
= this.httpsChannel.EndBaseGetWebRequest(result);
488
thisPtr.
request
= thisPtr.httpsChannel.EndBaseGetWebRequest(result);
3 references to request
System.ServiceModel (3)
System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
452
this.factory.AddServerCertMappingOrSetRemoteCertificateValidationCallback(this.
request
, this.to);
489
thisPtr.factory.AddServerCertMappingOrSetRemoteCertificateValidationCallback(thisPtr.
request
, thisPtr.to);
554
return thisPtr.
request
;