3 writes to identity
System.ServiceModel (3)
System\ServiceModel\EndpointAddress.cs (3)
1287
this.
identity
= address.Identity;
1305
set { this.
identity
= value; }
1378
this.
identity
= identity;
2 references to identity
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
1304
get { return this.
identity
; }
1386
this.
identity
,