Symbol Reference
Symbol Reference
/ sgcWebSocket_HTTPAPI Namespace
/ Classes / TSockAddrIn / TSockAddrIn Records (sgcWebSocket_HTTPAPI) / sgcWebSocket_HTTPAPI.TSockAddrIn.THttpServerRequest
sgcWebSocket_HTTPAPI.TSockAddrIn.THttpServerRequest
Close
sgcWebSockets Classes
sgcWebSocket_HTTPAPI.TSockAddrIn.THttpServerRequest Record
Pascal
C++
C#
Visual Basic
public THttpServerRequest = record AcceptEncoding: RawByteString; Content: RawByteString; ContentType: RawByteString; Cookies: RawByteString; Document: RawByteString; Headers: RawByteString; Method: RawByteString; QueryParams: RawByteString; ContentLength: Integer; AuthPassword: String; AuthUsername: String; AuthExists: boolean; ConnectionId: HTTP_CONNECTION_ID; Stream: TStream; end;

This is record sgcWebSocket_HTTPAPI.TSockAddrIn.THttpServerRequest.