10 references to Binding
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\InternalSendMessage.cs (5)
303result.Binding = this.Endpoint.Binding; 3105if (this.endpoint.Binding != other.endpoint.Binding) 3155if (this.endpoint != null && this.endpoint.Binding != null) 3158hashCode ^= this.endpoint.Binding.GetHashCode();
System\ServiceModel\Activities\Send.cs (1)
261if (this.Endpoint.Binding == null)
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
464if (endpoint.Binding == null) 471ServiceEndpoint serviceEndpoint = AddServiceEndpointCore(endpoint.ServiceContractName, endpoint.Binding,
System\ServiceModel\Endpoint.cs (2)
110if (this.Binding == null) 124address = host.MakeAbsoluteUri(this.AddressUri, this.Binding);