Base:
property
Uri
System.ServiceModel.Channels.ChannelListenerBase.Uri
10 references to Uri
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
819
info.FaultReply = WsrmUtilities.CreateEndpointNotFoundFault(this.MessageVersion, SR.GetString(SR.RMEndpointNotFoundReason, this.
Uri
));
825
info.FaultReply = WsrmUtilities.CreateCSRefusedServerTooBusyFault(this.MessageVersion, this.ReliableMessagingVersion, SR.GetString(SR.ServerTooBusy, this.
Uri
));
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1778
this.perfCounterId = this.listener.
Uri
.ToString().ToUpperInvariant();
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
49
this.perfCounterId = this.listener.
Uri
.ToString().ToUpperInvariant();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
3491
reason = SR.GetString(SR.CSRefusedDuplexNoOffer, listener.
Uri
);
3493
reason = SR.GetString(SR.CSRefusedReplyNoOffer, listener.
Uri
);
3498
reason = SR.GetString(SR.CSRefusedInputOffer, listener.
Uri
);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
70
this.perfCounterId = this.listener.
Uri
.ToString().ToUpperInvariant();
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
326
this.SessionServerSettings.SessionProtocolFactory.ListenUri = this.
Uri
;
332
this.securityProtocolFactory.ListenUri = this.
Uri
;