Class SessionIdRequestEventArgs
Inheritance
System.Object
System.EventArgs
SessionIdRequestEventArgs
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class SessionIdRequestEventArgs : EventArgs
Properties
ConnectionId
the connection id of the requestor
Declaration
public string ConnectionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeetingID
Declaration
public string MeetingID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Session
Declaration
public string Session { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |