SessionSessionIdInt Property |
Gets or sets or Sets the SessionID_Int property.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int SessionIdInt { get; set; }
Public Property SessionIdInt As Integer
Get
Set
public:
property int SessionIdInt {
int get ();
void set (int value);
}
member SessionIdInt : int with get, set
Property Value
Type:
Int32
For convenvience, the Session ID in integer form.
See Also