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