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