Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Services Namespace > ICcowParticipantService Interface : GetEncodedHashKey Method |
[OperationContractAttribute()] [WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=Utils&method=GetEncodedHashKey&hashString={hashString}")] Stream GetEncodedHashKey( string hashString )
'Declaration
<OperationContractAttribute()> <WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=Utils&method=GetEncodedHashKey&hashString={hashString}")> Function GetEncodedHashKey( _ ByVal hashString As String _ ) As Stream
'Usage
Dim instance As ICcowParticipantService Dim hashString As String Dim value As Stream value = instance.GetEncodedHashKey(hashString)
[OperationContractAttribute()] [WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=Utils&method=GetEncodedHashKey&hashString={hashString}")] Stream^ GetEncodedHashKey( String^ hashString )