1 write to channel
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
365this.channel = channel;
5 references to channel
System.WorkflowServices (5)
System\Workflow\Runtime\Hosting\ChannelManager.cs (5)
372return this.channel; 380return this.channel.State; 399if (this.channel.State == CommunicationState.Opened) 401this.channel.Close(timeout); 417this.channel.Abort();