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