3 instantiations of HttpServerChannel
System.Runtime.Remoting (3)
channels\http\combinedhttpchannel.cs (3)
43
_serverChannel = new
HttpServerChannel
();
49
_serverChannel = new
HttpServerChannel
(port);
82
_serverChannel = new
HttpServerChannel
(serverData, serverSinkProvider);
1 reference to HttpServerChannel
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
33
private
HttpServerChannel
_serverChannel; // server channel