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