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