1 write to host
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
1254
this.
host
= host;
4 references to host
System.ServiceModel (4)
System\ServiceModel\ServiceHost.cs (4)
1264
IAsyncResult result = this.
host
.BeginAfterInitializeRuntime(
1273
thisPtr.
host
.EndAfterInitializeRuntime(result);
1280
IAsyncResult result = this.
host
.BeginOpenChannelDispatchers(
1289
thisPtr.
host
.EndOpenChannelDispatchers(result);