MobileServiceClient Constructors

Definition

Overloads

MobileServiceClient()

This is for unit testing only

MobileServiceClient(String, HttpMessageHandler[])

Initializes a new instance of the MobileServiceClient class.

MobileServiceClient(Uri, HttpMessageHandler[])

Initializes a new instance of the MobileServiceClient class.

MobileServiceClient()

This is for unit testing only

protected MobileServiceClient ();

MobileServiceClient(String, HttpMessageHandler[])

Initializes a new instance of the MobileServiceClient class.

public MobileServiceClient (string mobileAppUri, System.Net.Http.HttpMessageHandler[] handlers);
Parameters
mobileAppUri
String

Absolute URI of the Microsoft Azure Mobile App.

handlers
HttpMessageHandler[]

Chain of HttpMessageHandler instances. All but the last should be DelegatingHandlers.

MobileServiceClient(Uri, HttpMessageHandler[])

Initializes a new instance of the MobileServiceClient class.

public MobileServiceClient (Uri mobileAppUri, System.Net.Http.HttpMessageHandler[] handlers);
Parameters
mobileAppUri
Uri

Absolute URI of the Microsoft Azure Mobile App.

handlers
HttpMessageHandler[]

Chain of HttpMessageHandler instances. All but the last should be DelegatingHandlers.