C# 클래스 System.Net.HttpWebRequest.HttpWebRequest

상속: WebRequest, ISerializable
파일 보기 프로젝트 열기: kumpera/mono

Private Properties

프로퍼티 타입 설명
CheckAuthorization bool
CheckFinalStatus bool
CheckIfForceWrite void
CheckRequestStarted void
CheckSendError void
CheckValidHost bool
DoContinueDelegate void
DoPreAuthenticate void
GetHeaders string
GetMustImplement Exception
GetServicePoint ServicePoint
HandleNtlmAuth void
HttpWebRequest System
HttpWebRequest System
ISerializable void
Redirect bool
SendRequestHeaders void
SetResponseData void
SetResponseError void
SetWriteStream void
SetWriteStreamError void

공개 메소드들

메소드 설명
Abort ( ) : void
AddRange ( int range ) : void
AddRange ( int from, int to ) : void
AddRange ( long range ) : void
AddRange ( long from, long to ) : void
AddRange ( string rangeSpecifier, int range ) : void
AddRange ( string rangeSpecifier, int from, int to ) : void
AddRange ( string rangeSpecifier, long range ) : void
AddRange ( string rangeSpecifier, long from, long to ) : void
BeginGetRequestStream ( AsyncCallback callback, object state ) : IAsyncResult
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
EndGetRequestStream ( IAsyncResult asyncResult ) : Stream
EndGetResponse ( IAsyncResult asyncResult ) : WebResponse
GetRequestStream ( ) : Stream
GetResponse ( ) : WebResponse
HttpWebRequest ( Uri uri ) : System

보호된 메소드들

메소드 설명
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

비공개 메소드들

메소드 설명
CheckAuthorization ( WebResponse response, HttpStatusCode code ) : bool
CheckFinalStatus ( WebAsyncResult result ) : bool
CheckIfForceWrite ( ) : void
CheckRequestStarted ( ) : void
CheckSendError ( WebConnectionData data ) : void
CheckValidHost ( string val ) : bool
DoContinueDelegate ( int statusCode, WebHeaderCollection headers ) : void
DoPreAuthenticate ( ) : void
GetHeaders ( ) : string
GetMustImplement ( ) : Exception
GetServicePoint ( ) : ServicePoint
HandleNtlmAuth ( WebAsyncResult r ) : void
HttpWebRequest ( ) : System
HttpWebRequest ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
Redirect ( WebAsyncResult result, HttpStatusCode code ) : bool
SendRequestHeaders ( bool propagate_error ) : void
SetResponseData ( WebConnectionData data ) : void
SetResponseError ( WebExceptionStatus status, Exception e, string where ) : void
SetWriteStream ( WebConnectionStream stream ) : void
SetWriteStreamError ( WebExceptionStatus status, Exception exc ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AddRange() 공개 메소드

public AddRange ( int range ) : void
range int
리턴 void

AddRange() 공개 메소드

public AddRange ( int from, int to ) : void
from int
to int
리턴 void

AddRange() 공개 메소드

public AddRange ( long range ) : void
range long
리턴 void

AddRange() 공개 메소드

public AddRange ( long from, long to ) : void
from long
to long
리턴 void

AddRange() 공개 메소드

public AddRange ( string rangeSpecifier, int range ) : void
rangeSpecifier string
range int
리턴 void

AddRange() 공개 메소드

public AddRange ( string rangeSpecifier, int from, int to ) : void
rangeSpecifier string
from int
to int
리턴 void

AddRange() 공개 메소드

public AddRange ( string rangeSpecifier, long range ) : void
rangeSpecifier string
range long
리턴 void

AddRange() 공개 메소드

public AddRange ( string rangeSpecifier, long from, long to ) : void
rangeSpecifier string
from long
to long
리턴 void

BeginGetRequestStream() 공개 메소드

public BeginGetRequestStream ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
리턴 IAsyncResult

BeginGetResponse() 공개 메소드

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
리턴 IAsyncResult

EndGetRequestStream() 공개 메소드

public EndGetRequestStream ( IAsyncResult asyncResult ) : Stream
asyncResult IAsyncResult
리턴 Stream

EndGetResponse() 공개 메소드

public EndGetResponse ( IAsyncResult asyncResult ) : WebResponse
asyncResult IAsyncResult
리턴 WebResponse

GetObjectData() 보호된 메소드

protected GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo SerializationInfo
streamingContext StreamingContext
리턴 void

GetRequestStream() 공개 메소드

public GetRequestStream ( ) : Stream
리턴 Stream

GetResponse() 공개 메소드

public GetResponse ( ) : WebResponse
리턴 WebResponse

HttpWebRequest() 공개 메소드

public HttpWebRequest ( Uri uri ) : System
uri Uri
리턴 System