Class TimestampOptions
public class TimestampOptionsInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
TimestampOptions(string, string)
Initializes a new instance of the Documentize.TimestampOptions class.
public TimestampOptions(string serverUrl, string basicAuthCredentials = "")Parameters
serverUrlstring: The timestamp server url.basicAuthCredentialsstring: The basic authentication credentials, username and password are combined into a string “username:password”.
Properties
BasicAuthCredentials
Gets/sets the basic authentication credentials, Username and password are combined into a string “username:password”.
public string BasicAuthCredentials { get; set; }Property Value
ServerUrl
Gets/sets the timestamp server url.
public string ServerUrl { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll