ResQ.Storage.IStorageClient
IStorageClient.GetGatewayUrl(string) Method
Gets the gateway URL for accessing content by CID.Parameters
cid System.String
The IPFS Content Identifier.
Returns
System.StringThe full URL to access the content through the configured gateway.
Exceptions
System.ArgumentNullExceptionThrown when cid is null or empty.