Méthode | Description | |
---|---|---|
CreateCAPS ( string method, string appendedPath ) : string | ||
GetCapsPathFromCapsSeed ( string capsSeedPath ) : string |
Retrieve the CapsPath from a CapsSeed
|
|
GetCapsSeedPath ( string capsObjectPath ) : string |
Generate a CAPS seed path using a previously generated CAPS object path component
|
|
GetRandomCapsObjectPath ( ) : string |
Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests
|
public static CreateCAPS ( string method, string appendedPath ) : string | ||
method | string | |
appendedPath | string | |
Résultat | string |
public static GetCapsPathFromCapsSeed ( string capsSeedPath ) : string | ||
capsSeedPath | string | Should be in the form of "/CAPS/CapsPath/ |
Résultat | string |
public static GetCapsSeedPath ( string capsObjectPath ) : string | ||
capsObjectPath | string | |
Résultat | string |
public static GetRandomCapsObjectPath ( ) : string | ||
Résultat | string |