C# Class Universe.Framework.Utilities.CapsUtil

Capabilities utility methods
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

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

Method Details

CreateCAPS() public static méthode

public static CreateCAPS ( string method, string appendedPath ) : string
method string
appendedPath string
Résultat string

GetCapsPathFromCapsSeed() public static méthode

Retrieve the CapsPath from a CapsSeed
public static GetCapsPathFromCapsSeed ( string capsSeedPath ) : string
capsSeedPath string Should be in the form of "/CAPS/CapsPath/
Résultat string

GetCapsSeedPath() public static méthode

Generate a CAPS seed path using a previously generated CAPS object path component
public static GetCapsSeedPath ( string capsObjectPath ) : string
capsObjectPath string
Résultat string

GetRandomCapsObjectPath() public static méthode

Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests
public static GetRandomCapsObjectPath ( ) : string
Résultat string