1 write to listener
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1239this.listener = listener;
4 references to listener
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (4)
1284this.context.InitializeHttpPipeline(this.listener.transportIntegrationHandler); 1290if (listener.UseWebSocketTransport && !context.IsWebSocketRequest) 1296if (!listener.UseWebSocketTransport && context.IsWebSocketRequest) 1304IAsyncResult result = context.BeginProcessInboundRequest(listener.Acceptor as ReplyChannelAcceptor,