Property | Type | Description | |
---|---|---|---|
ConnectionId | int | ||
Content | byte[] | ||
Headers | HttpHeaders | ||
HttpVersion | string | ||
KeepAliveCount | int | ||
Method | string | ||
Port | ushort | ||
Schema | string | ||
Url |
Method | Description | |
---|---|---|
HttpRequest ( ushort Port, int ConnectionId, int KeepAliveCount ) : System |
public HttpRequest ( ushort Port, int ConnectionId, int KeepAliveCount ) : System | ||
Port | ushort | |
ConnectionId | int | |
KeepAliveCount | int | |
return | System |