Interface IUrlProcessor
An interface to handle the execution of an URL.
Namespace: Unity.Cloud.Common
Syntax
public interface IUrlProcessor
Methods
ProcessURL(String)
Handles the execution of an URL.
Declaration
void ProcessURL(string url)
Parameters
Type | Name | Description |
---|---|---|
String | url |