Base:
method
Close
System.ServiceModel.Channels.RequestContext.Close()
5 references to Close
System.ServiceModel (5)
System\ServiceModel\Channels\HttpRequestContext.cs (3)
413this.Close(); 422this.Close(); 452this.Close(); // this also closes the HttpOutput
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1160reliableContext.Close();
System\ServiceModel\Channels\RequestContextBase.cs (1)
184this.Close();