1 write to serviceEndpoint
System.ServiceModel.Web (1)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (1)
258this.serviceEndpoint = serviceEndpoint;
4 references to serviceEndpoint
System.ServiceModel.Web (4)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (4)
67if (this.serviceEndpoint == null) 71WebMessageEncodingBindingElement webEncodingBindingElement = this.serviceEndpoint.Binding.CreateBindingElements().Find<WebMessageEncodingBindingElement>(); 74if (this.serviceEndpoint.Contract.Behaviors.Contains(typeof(JavascriptCallbackBehaviorAttribute))) 76JavascriptCallbackBehaviorAttribute behavior = (JavascriptCallbackBehaviorAttribute)this.serviceEndpoint.Contract.Behaviors[typeof(JavascriptCallbackBehaviorAttribute)];