Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
RenderReceiverNotFoundPage ( long requestId ) : void |
public abstract AddResponseHeader ( long requestId, RequestHeader header ) : void | ||
requestId | long | |
header | RequestHeader | |
return | void |
public static GetApplicationUnixChannelAbsoluteUri ( string blackApplicationDirectory ) : string | ||
blackApplicationDirectory | string | |
return | string |
public abstract GetHeaders ( long requestId ) : RequestHeader[] | ||
requestId | long | |
return | RequestHeader[] |
public abstract GetHttpProtocol ( long requestId ) : string | ||
requestId | long | |
return | string |
public abstract GetMethodName ( long requestId ) : string | ||
requestId | long | |
return | string |
public abstract GetQueryString ( long requestId ) : string | ||
requestId | long | |
return | string |
public static GetReceiverUnixChannelAbsoluteUri ( string blackApplicationDirectory ) : string | ||
blackApplicationDirectory | string | |
return | string |
public abstract GetRequestContent ( long requestId ) : byte[] | ||
requestId | long | |
return | byte[] |
public abstract GetUri ( long requestId ) : string | ||
requestId | long | |
return | string |
public InitializeLifetimeService ( ) : object | ||
return | object |
protected abstract RenderReceiverNotFoundPage ( long requestId ) : void | ||
requestId | long | |
return | void |
public abstract WriteResponse ( long requestId, byte bytes, string contentType, int statusCode ) : void | ||
requestId | long | |
bytes | byte | |
contentType | string | |
statusCode | int | |
return | void |