System.ServiceModel.Channels.WebSocketTransportDuplexSessionChannel abstract class WebSocketTransportDuplexSessionChannel : TransportDuplexSessionChannel Documentation Code protected class WebSocketMessageSource : IMessageSource protected int MaxBufferSize { get; } protected TransferMode TransferMode { get; } protected ITransportFactorySettings TransportFactorySettings { get; } protected WebSocket WebSocket { get; protected set; } protected WebSocketTransportSettings WebSocketSettings { get; } public WebSocketTransportDuplexSessionChannel(HttpChannelFactory<IDuplexSessionChannel> channelFactory, EndpointAddress remoteAddress, Uri via) protected void Cleanup() protected virtual void OnCleanup()