System.ServiceModel.IServiceChannel
public interface IServiceChannel : IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>
namespace System.ServiceModel
{
public interface IServiceChannel : IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>
{
Uri ListenUri { get; }
}
}