Gets the address of the machine from which the session was created.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic string Uri { get; protected set; }
Public Property Uri As String
Get
Protected Set
public:
property String^ Uri {
String^ get ();
protected: void set (String^ value);
}
member Uri : string with get, set
Property Value
String
See Also