hawkeye camera support(not tested)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
namespace Inspectron.HawkEye.RTSP.Messages
|
||||
{
|
||||
/// <summary>
|
||||
/// Class containing helper constant for general use headers.
|
||||
/// </summary>
|
||||
public static class RtspHeaderNames
|
||||
{
|
||||
public const string ContentBase = "Content-Base";
|
||||
public const string ContentEncoding = "Content-Encoding";
|
||||
public const string ContentType = "Content-Type";
|
||||
|
||||
public const string Public = "Public";
|
||||
public const string Session = "Session";
|
||||
public const string Transport = "Transport";
|
||||
|
||||
public const string WWWAuthenticate = "WWW-Authenticate";
|
||||
public const string Authorization = "Authorization";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user