AuthorizationMethod Property |
Gets or sets the RTSP method (e.g. Describe) to use for hashing.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string Method { get; set; }
Public Property Method As String
Get
Set
public:
property String^ Method {
String^ get ();
void set (String^ value);
}
member Method : string with get, set
Property Value
Type:
String
The method.
See Also