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