Method | Description | |
---|---|---|
GetBody ( ) : byte[] |
Returns the bytes that should be sent as a header
|
|
GetHeader ( ) : byte[] |
Returns the bytes to send as a header for this request
|
|
OnResponse ( Stream stream ) : ResponseBase | ||
RequestBase ( OpCodeTypes code ) : System |
Creates a new request for the specified type
|
|
Reset ( ) : void |
Resets the bytes for this request
|
Method | Description | |
---|---|---|
GenerateBody ( |
Required function to generate the content for sending
|
|
OnBeforeGenerateStream ( ) : void |
Optional functionality to perform before generating the stream content
|
Method | Description | |
---|---|---|
_GenerateStream ( ) : void |
protected abstract GenerateBody ( |
||
stream | ||
return | void |
public OnResponse ( Stream stream ) : ResponseBase | ||
stream | Stream | |
return | ResponseBase |
public RequestBase ( OpCodeTypes code ) : System | ||
code | OpCodeTypes | |
return | System |