3 references to BeginClose
System.ServiceModel (3)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
118
return this.peerNode.InnerNode.
BeginClose
(timeout, callback, state);
System\ServiceModel\Channels\PeerInputChannel.cs (1)
82
return this.peerNode.InnerNode.
BeginClose
(timeout, callback, state);
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
76
return this.peerNode.InnerNode.
BeginClose
(timeout, callback, state);