Gets the address of the machine from which the session was created.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
Type:
String
See Also