Class TimestampOptions
public class TimestampOptionsKế thừa
Các thành viên được kế thừa
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
TimestampOptions(string, string)
Khởi tạo một thể hiện mới của lớp Documentize.TimestampOptions.
public TimestampOptions(string serverUrl, string basicAuthCredentials = "")Tham số
serverUrlstring: Địa chỉ URL của máy chủ timestamp.basicAuthCredentialsstring: Thông tin xác thực cơ bản, tên người dùng và mật khẩu được kết hợp thành một chuỗi “username:password”.
Properties
BasicAuthCredentials
Lấy/cài đặt thông tin xác thực cơ bản, Tên người dùng và mật khẩu được kết hợp thành một chuỗi “username:password”.
public string BasicAuthCredentials { get; set; }Giá trị thuộc tính
ServerUrl
Lấy/cài đặt địa chỉ URL của máy chủ timestamp.
public string ServerUrl { get; set; }Giá trị thuộc tính
Namespace: Documentize Assembly: Documentize.dll