Class TimestampOptions

public class TimestampOptions

Kế thừa

objectTimestampOptions

Các thành viên được kế thừa

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ố

  • serverUrl string: Địa chỉ URL của máy chủ timestamp.
  • basicAuthCredentials string: 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

string

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

string

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt