'宣言 Public Function New( _ ByVal serverUrl As System.String, _ ByVal userName As System.String, _ ByVal password As System.String, _ ByVal hashMethod As TimeStamp.HashDelegate _ )
public TimeStamp( System.string serverUrl, System.string userName, System.string password, TimeStamp.HashDelegate hashMethod )
パラメータ
- serverUrl
- ServerUrlの値。
- userName
- UserNameの値。
- password
- Passwordの値。
- hashMethod
- HashMethodの値。