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