1 write to baseAddress
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
335
this.
baseAddress
= parent.baseAddress;
5 references to baseAddress
System.ServiceModel (5)
System\ServiceModel\Channels\SharedConnectionListener.cs (5)
617
TD.SharedListenerProxyRegisterStart((this.
baseAddress
!= null) ? this.
baseAddress
.ToString() : String.Empty);
630
version, myPid, this.
baseAddress
, this.queueId, this.token, this.securityEventName);
1112
message = SR.GetString(SR.SharedEndpointReadNotFound, this.
baseAddress
.BaseAddress.ToString(),
1117
message = SR.GetString(SR.SharedEndpointReadDenied, this.
baseAddress
.BaseAddress.ToString());