4 references to Identity
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
306
result.Address = new EndpointAddress(this.Endpoint.AddressUri, this.Endpoint.
Identity
, this.GetCachedEndpointHeaders());
473
new EndpointAddress(endpointAddressUri, this.Endpoint.
Identity
, this.GetCachedEndpointHeaders());
492
endpointIdentity = this.Endpoint.
Identity
;
System\ServiceModel\Endpoint.cs (1)
127
return new EndpointAddress(address, this.
Identity
, new AddressHeaderCollection(this.Headers));