IGraphClient.EndPoint

IGraphClient.EndPoint property

Gets or sets Microsoft Graph REST API endpoint. If not specified, the default is “https://graph.microsoft.com”.

public string EndPoint { get; set; }

See Also