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

Inheritance: HttpResponseInfo
显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Abort ( ) : void
Close ( ) : void
HttpStandaloneResponseInfo ( HttpListenerResponse response ) : System
SetLength ( long value ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

Close() public method

public Close ( ) : void
return void

HttpStandaloneResponseInfo() public method

public HttpStandaloneResponseInfo ( HttpListenerResponse response ) : System
response System.Net.HttpListenerResponse
return System

SetLength() public method

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