1 write to endpoint
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
29
this.
endpoint
= endpoint;
3 references to endpoint
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebScriptClientGenerator.cs (3)
48
proxy = WCFServiceClientProxyGenerator.GetClientProxyScript(this.
endpoint
.Contract.ContractType, baseUri.AbsoluteUri, this.debugMode,
endpoint
);
80
string proxyContent = this.GetProxyContent(UriTemplate.RewriteUri(this.
endpoint
.Address.Uri, requestMessageProperty.Headers[HttpRequestHeader.Host]));