4 references to BeginClose
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
833
this.inputConnection.
BeginClose
);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
285
this.connection.
BeginClose
,
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
441
? new OperationWithTimeoutBeginCallback(this.connection.
BeginClose
)
445
: new OperationWithTimeoutBeginCallback(this.connection.
BeginClose
),