Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
System
ServiceModel
Channels
Http
HttpStandaloneResponseInfo
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