| AGIRequestUniqueId Property |
Returns the unqiue id of the channel.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string UniqueId { get; }
Public ReadOnly Property UniqueId As String
Get
public:
property String^ UniqueId {
String^ get ();
}
member UniqueId : string with get
Return Value
Type:
Stringthe unqiue id of the channel.
See Also