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