RtspRequestMethodInfo Property |
Gets or sets the type of the method.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MethodInfo MethodInfo { get; set; }
Public Property MethodInfo As MethodInfo
Get
Set
public:
property MethodInfo^ MethodInfo {
MethodInfo^ get ();
void set (MethodInfo^ value);
}
member MethodInfo : MethodInfo with get, set
Property Value
Type:
MethodInfo
The type of the method.
See Also