C# 클래스 System.Net.HttpListenerResponse

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CanSendResponseBody bool
CancelLastWrite void
CheckDisposed void
ComputeCookies void
ComputeCoreHeaders void
ComputeHeaders Interop.HttpApi.HTTP_FLAGS
Dispose void
EnsureResponseStream void
FreePinnedHeaders void
HttpListenerResponse System.Collections.Generic
HttpListenerResponse System.Collections.Generic
NonBlockingCloseCallback void
SendHeaders uint
SerializeHeaders List

공개 메소드들

메소드 설명
Abort ( ) : void
AddHeader ( string name, string value ) : void
AppendCookie ( Cookie cookie ) : void
AppendHeader ( string name, string value ) : void
Close ( ) : void
Close ( byte responseEntity, bool willBlock ) : void
CopyFrom ( HttpListenerResponse templateResponse ) : void
IDisposable ( ) : void
Redirect ( string url ) : void
SetCookie ( Cookie cookie ) : void

비공개 메소드들

메소드 설명
CanSendResponseBody ( int responseCode ) : bool
CancelLastWrite ( SafeHandle requestQueueHandle ) : void
CheckDisposed ( ) : void
ComputeCookies ( ) : void
ComputeCoreHeaders ( ) : void
ComputeHeaders ( ) : Interop.HttpApi.HTTP_FLAGS
Dispose ( bool disposing ) : void
EnsureResponseStream ( ) : void
FreePinnedHeaders ( List pinnedHeaders ) : void
HttpListenerResponse ( ) : System.Collections.Generic
HttpListenerResponse ( HttpListenerContext httpContext ) : System.Collections.Generic
NonBlockingCloseCallback ( IAsyncResult asyncResult ) : void
SendHeaders ( System.Net.Interop pDataChunk, HttpResponseStreamAsyncResult asyncResult, System.Net.Interop flags, bool isWebSocketHandshake ) : uint
SerializeHeaders ( System.Net.Interop &headers, bool isWebSocketHandshake ) : List

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

AppendCookie() 공개 메소드

public AppendCookie ( Cookie cookie ) : void
cookie Cookie
리턴 void

AppendHeader() 공개 메소드

public AppendHeader ( string name, string value ) : void
name string
value string
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Close() 공개 메소드

public Close ( byte responseEntity, bool willBlock ) : void
responseEntity byte
willBlock bool
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( HttpListenerResponse templateResponse ) : void
templateResponse HttpListenerResponse
리턴 void

IDisposable() 공개 메소드

public IDisposable ( ) : void
리턴 void

Redirect() 공개 메소드

public Redirect ( string url ) : void
url string
리턴 void

SetCookie() 공개 메소드

public SetCookie ( Cookie cookie ) : void
cookie Cookie
리턴 void