Click or drag to resize

OAuthForUrl Method

Creates new OAuth object for specific url.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static IOAuth ForUrl(
	string url
)

Parameters

url  String
Base url.

Return Value

IOAuth
OAuth object.
See Also