1 write to identity
System.ServiceModel (1)
System\ServiceModel\EndpointAddress.cs (1)
193
this.
identity
= identity;
2 references to identity
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
131
Init(oldEndpointAddress.addressingVersion, newUri, oldEndpointAddress.
identity
, oldEndpointAddress.headers, oldEndpointAddress.buffer, oldEndpointAddress.metadataSection, oldEndpointAddress.extensionSection, oldEndpointAddress.pspSection);
275
return this.
identity
;