Property | Type | Description | |
---|---|---|---|
authInfo_cnonce | string | ||
authInfo_ncount | int | ||
authInfo_qop | string | ||
authInfo_rspauth | string |
Method | Description | |
---|---|---|
OKResponse ( |
Initializes a new instance of the OKResponse class
|
|
Process ( ) : void |
Process the message
|
Method | Description | |
---|---|---|
AppendResponse ( StringBuilder sb, string Message, System.Guid AssociatedRequestID, string ASPNETVersion, int ActionFlags ) : void |
Appends the raw response data to a string builder. Used to reply to all messages except CompleteAuthRequest, GetExclusiveRequest and GetRequest messages
|
|
AppendResponse ( StringBuilder sb, string Message, string ASPNETVersion, ISessionResponseInfo ResponseInfo ) : void |
Appends the raw response data to a string builder. Used to reply to GetExclusiveRequest and GetRequest messages
|
|
AppendResponse ( StringBuilder sb, string Message, string ASPNETVersion, string ClientNonce, string ResponseDigest ) : void |
Appends the raw response data to a string builder. Used to reply to CompleteAuthRequest messages
|
public OKResponse ( |
||
Data | The HTTPPartialData class to load this instance from | |
Service | StateServer | State server instance |
return | System |