3 references to BeginOpen
System.ServiceModel (3)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
123IAsyncResult result = this.peerNode.InnerNode.BeginOpen(timeout, callback, state, true);
System\ServiceModel\Channels\PeerInputChannel.cs (1)
95IAsyncResult result = this.peerNode.InnerNode.BeginOpen(timeout, callback, state, true);
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
81IAsyncResult result = this.peerNode.InnerNode.BeginOpen(timeout, callback, state, true);