1 write to address
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
979
this.
address
= address;
12 references to address
System.ServiceModel (12)
System\ServiceModel\Description\MetadataExchangeClient.cs (12)
985
get { return this.
address
.Uri.ToString(); }
999
channelFactory = this.resolver.GetChannelFactory(this.
address
, this.dialect, this.identifier);
1007
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateChannelFactory, this.
address
, this.dialect, this.identifier), e));
1012
TraceSendRequest(this.
address
);
1029
return channelFactory.CreateChannel(this.
address
, this.via);
1033
return channelFactory.CreateChannel(this.
address
);
1052
channelFactory = this.resolver.GetChannelFactory(this.
address
, this.dialect, this.identifier);
1060
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateChannelFactory, this.
address
, this.dialect, this.identifier), e));
1068
TraceSendRequest(this.
address
);
1116
return obj is MetadataReferenceRetriever && ((MetadataReferenceRetriever)obj).
address
== this.
address
;
1121
return
address
.GetHashCode();