메소드 | 설명 | |
---|---|---|
AddResponseHeader ( long requestId, RequestHeader header ) : void | ||
GetApplicationUnixChannelAbsoluteUri ( string blackApplicationDirectory ) : string | ||
GetHeaders ( long requestId ) : RequestHeader[] | ||
GetHttpProtocol ( long requestId ) : string | ||
GetMethodName ( long requestId ) : string | ||
GetQueryString ( long requestId ) : string | ||
GetReceiverUnixChannelAbsoluteUri ( string blackApplicationDirectory ) : string | ||
GetRequestContent ( long requestId ) : byte[] | ||
GetUri ( long requestId ) : string | ||
InitializeLifetimeService ( ) : object | ||
Process ( long requestId ) : void | ||
WriteResponse ( long requestId, byte bytes, string contentType, int statusCode ) : void |
메소드 | 설명 | |
---|---|---|
RenderReceiverNotFoundPage ( long requestId ) : void |
public abstract AddResponseHeader ( long requestId, RequestHeader header ) : void | ||
requestId | long | |
header | RequestHeader | |
리턴 | void |
public static GetApplicationUnixChannelAbsoluteUri ( string blackApplicationDirectory ) : string | ||
blackApplicationDirectory | string | |
리턴 | string |
public abstract GetHeaders ( long requestId ) : RequestHeader[] | ||
requestId | long | |
리턴 | RequestHeader[] |
public abstract GetHttpProtocol ( long requestId ) : string | ||
requestId | long | |
리턴 | string |
public abstract GetMethodName ( long requestId ) : string | ||
requestId | long | |
리턴 | string |
public abstract GetQueryString ( long requestId ) : string | ||
requestId | long | |
리턴 | string |
public static GetReceiverUnixChannelAbsoluteUri ( string blackApplicationDirectory ) : string | ||
blackApplicationDirectory | string | |
리턴 | string |
public abstract GetRequestContent ( long requestId ) : byte[] | ||
requestId | long | |
리턴 | byte[] |
protected abstract RenderReceiverNotFoundPage ( long requestId ) : void | ||
requestId | long | |
리턴 | void |
public abstract WriteResponse ( long requestId, byte bytes, string contentType, int statusCode ) : void | ||
requestId | long | |
bytes | byte | |
contentType | string | |
statusCode | int | |
리턴 | void |