-
Notifications
You must be signed in to change notification settings - Fork 2
Pull Class
sequenze edited this page Jun 19, 2017
·
3 revisions
Implements the mechanisms to support the PULL connection scheme. This connection mode is incomplete, and is thus not supported.
Object > ConnectionModeBase
public sealed class Pull : ConnectionModeBase, IConnectionMode| Name | Description |
|---|---|
| Pull(IProtocol,IEncoder) | Initializes a new instance of the Pull class. |
| Name | Description |
|---|---|
| ProcessRequest(IOperationMap) | Not implemented. |
| PerformRequest(IMessage) | Not implemented. |
| ValidateResponse(IMessage) | Validates the passed response. If the message is a response and the response code is OK the message is returned; otherwise an exception is thrown. |
| ValidateRequest(IMessage) | Validates the passed Request. If the message is a request the message is returned; otherwise an exception is thrown. |
ConnectionModeBase, IConnectionMode, IProtocol, IEncoder, IOperationMap, IMessage