Method | Description | |
---|---|---|
CreateArtifact ( |
|
|
GenerateMessageHandle ( ) : byte[] |
|
|
GenerateSourceIdHash ( string sourceIdUrl ) : byte[] |
|
|
GetEndpointIndex ( string artifact ) : ushort |
Retrieves the endpoint index from an artifact
|
|
ParseArtifact ( string artifact, |
|
|
TryParseArtifact ( string artifact, |
|
public static CreateArtifact ( |
||
typeCodeValue | ||
endpointIndexValue | ||
sourceIdHash | byte | |
messageHandle | byte | |
return | string |
public static GenerateMessageHandle ( ) : byte[] | ||
return | byte[] |
public static GenerateSourceIdHash ( string sourceIdUrl ) : byte[] | ||
sourceIdUrl | string | |
return | byte[] |
public static GetEndpointIndex ( string artifact ) : ushort | ||
artifact | string | The artifact. |
return | ushort |
public static ParseArtifact ( string artifact, |
||
artifact | string | |
typeCodeValue | ||
endpointIndex | ||
sourceIdHash | byte | |
messageHandle | byte | |
return | void |
public static TryParseArtifact ( string artifact, |
||
artifact | string | |
typeCodeValue | ||
endpointIndex | ||
sourceIdHash | byte | |
messageHandle | byte | |
return | bool |