System.ServiceModel.IContextChannel
public interface IContextChannel : IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>
namespace System.ServiceModel
{
public interface IContextChannel : IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>
{
bool AllowOutputBatching { get; set; }
IInputSession InputSession { get; }
EndpointAddress LocalAddress { get; }
TimeSpan OperationTimeout { get; set; }
IOutputSession OutputSession { get; }
EndpointAddress RemoteAddress { get; }
string SessionId { get; }
}
}