메소드 | 설명 | |
---|---|---|
AreTwoAddressBookPropValueListEqual ( |
Compare whether two AddressBookPropValueLists are equal.
|
|
AreTwoAddressBookPropertyRowEqual ( AddressBookPropertyRow propertyRows1, AddressBookPropertyRow propertyRows2 ) : bool |
Compare whether two AddressBookPropertyRow arrays are equal.
|
|
AreTwoLargePropertyTagArrayEqual ( |
Compare whether two LargePropertyTagArrays are equal.
|
|
GetFinalResponseCode ( string responseCode ) : uint |
Get the final value of X-ResponseCode header.
|
|
InitializeHTTPHeader ( RequestType requestType, string clientInstance, int counter ) : |
Initialize HTTP Header
|
|
ParsePermanentEntryIDFromBytes ( byte bytes ) : |
Parse PermanentEntryID structure from byte array.
|
public static AreTwoAddressBookPropValueListEqual ( |
||
addressBookPropValueList1 | The first AddressBookPropertyValueList used to compare. | |
addressBookPropValueList2 | The second AddressBookPropertyValueList used to compare. | |
리턴 | bool |
public static AreTwoAddressBookPropertyRowEqual ( AddressBookPropertyRow propertyRows1, AddressBookPropertyRow propertyRows2 ) : bool | ||
propertyRows1 | AddressBookPropertyRow | The first AddressBookPropertyRow array used to compare. |
propertyRows2 | AddressBookPropertyRow | The second AddressBookPropertyRow array used to compare. |
리턴 | bool |
public static AreTwoLargePropertyTagArrayEqual ( |
||
propertyTagArray1 | The first LargePropertyTagArray used to compare. | |
propertyTagArray2 | The second LargePropertyTagArray used to compare. | |
리턴 | bool |
public static GetFinalResponseCode ( string responseCode ) : uint | ||
responseCode | string | The value of X-ResponseCode header returned from server. |
리턴 | uint |
public static InitializeHTTPHeader ( RequestType requestType, string clientInstance, int counter ) : |
||
requestType | RequestType | The request type |
clientInstance | string | The string of the client instance |
counter | int | The counter |
리턴 |
public static ParsePermanentEntryIDFromBytes ( byte bytes ) : |
||
bytes | byte | The byte array to be parsed. |
리턴 |