| CryptoVaultProtocolBuildUrl Method (Boolean, String, String, Int64, Int32, DateTime) | 
 
Namespace: PDTec.IceNet.Domain.VaultServerAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic string BuildUrl(
	bool isClientUrl,
	string contentUuid,
	string command,
	long offset,
	int size,
	DateTime expiration
)
Parameters
- isClientUrl
 - Type: SystemBoolean
 - contentUuid
 - Type: SystemString
 - command
 - Type: SystemString
 - offset
 - Type: SystemInt64
 - size
 - Type: SystemInt32
 - expiration
 - Type: SystemDateTime
 
Return Value
Type: 
StringImplements
IVaultUrlBuilderBuildUrl(Boolean, String, String, Int64, Int32, DateTime)
See Also