Origin(String, String, UInt64, NetType, AddressType, String) Constructor |
Initializes a new instance of the
Origin class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic 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 -> OriginParameters
- username String
-
- sessionId String
-
- sessionVersion UInt64
-
- netType NetType
-
- addressType AddressType
-
- uri String
-
See Also