Origin Constructor (String, String, UInt64, NetType, AddressType, String) |
Initializes a new instance of the
Origin class.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Origin(
string username,
string sessionId,
ulong sessionVersion,
NetType netType,
AddressType addressType,
string uri
)
Public Sub New (
username As String,
sessionId As String,
sessionVersion As ULong,
netType As NetType,
addressType As AddressType,
uri As String
)
public:
Origin(
String^ username,
String^ sessionId,
unsigned long long sessionVersion,
NetType netType,
AddressType addressType,
String^ uri
)
new :
username : string *
sessionId : string *
sessionVersion : uint64 *
netType : NetType *
addressType : AddressType *
uri : string -> Origin
Parameters
- username
- Type: SystemString
The user name part of the originator. - sessionId
- Type: SystemString
The unique identifier of the session. - sessionVersion
- Type: SystemUInt64
The version number for the session description. - netType
- Type: Ozeki.CommonNetType
Type of network - addressType
- Type: Ozeki.CommonAddressType
Type of the uri address - uri
- Type: SystemString
The address of the machine from which the session was created.
See Also