Class OnvifCredentials
- Namespace
- WINKOnvif.Core.Models.Authentication
- Assembly
- WINKOnvif.Core.dll
public class OnvifCredentials
- Inheritance
-
OnvifCredentials
- Inherited Members
-
Constructors
OnvifCredentials(string, string)
public OnvifCredentials(string username, string password)
Parameters
username
string
password
string
Properties
Host
public string? Host { get; set; }
Property Value
- string
Password
public string Password { get; set; }
Property Value
- string
Port
public int? Port { get; set; }
Property Value
- int?
Username
public string Username { get; set; }
Property Value
- string