RtspResponseResponseLine Property |
Gets or sets the response line.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public ResponseHeader ResponseLine { get; set; }
Public Property ResponseLine As ResponseHeader
Get
Set
public:
property ResponseHeader^ ResponseLine {
ResponseHeader^ get ();
void set (ResponseHeader^ value);
}
member ResponseLine : ResponseHeader with get, set
Property Value
Type:
ResponseHeader
The response line.
See Also