4 references to EndClose
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
835
this.inputConnection.
EndClose
);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
295
this.connection.
EndClose
,
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
456
? new OperationEndCallback(this.connection.
EndClose
)
460
: new OperationEndCallback(this.connection.
EndClose
),