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