System.ServiceModel.Channels.IRequestBase
interface IRequestBase
namespace System.ServiceModel.Channels
{
internal interface IRequestBase
{
void Abort(RequestChannel requestChannel);
void Fault(RequestChannel requestChannel);
void OnReleaseRequest();
}
}