C# Class System.ServiceModel.Channels.Http.HttpResponseInfo

Mostra file Open project: kumpera/mono

Public Methods

Method Description
Abort ( ) : void
Close ( ) : void
SetLength ( long value ) : void

Method Details

Abort() public abstract method

public abstract Abort ( ) : void
return void

Close() public abstract method

public abstract Close ( ) : void
return void

SetLength() public abstract method

public abstract SetLength ( long value ) : void
value long
return void