1 write to identifier
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
655
this.
identifier
= identifier;
8 references to identifier
System.ServiceModel (8)
System\ServiceModel\Description\MetadataExchangeClient.cs (8)
783
request = this.resolver.GetWebRequest(this.location, this.dialect, this.
identifier
);
792
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateWebRequest, this.location, this.dialect, this.
identifier
), e));
827
request = this.resolver.GetWebRequest(this.location, this.dialect, this.
identifier
);
835
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateWebRequest, this.location, this.dialect, this.
identifier
), e));
999
channelFactory = this.resolver.GetChannelFactory(this.address, this.dialect, this.
identifier
);
1007
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateChannelFactory, this.address, this.dialect, this.
identifier
), e));
1052
channelFactory = this.resolver.GetChannelFactory(this.address, this.dialect, this.
identifier
);
1060
SR.GetString(SR.SFxMetadataExchangeClientCouldNotCreateChannelFactory, this.address, this.dialect, this.
identifier
), e));