AtomPubClient Constructors

Definition

Overloads

AtomPubClient()

Creates a new AtomPubClient object.

AtomPubClient(PasswordCredential)

Creates a new AtomPubClient object with the credential to use when making requests to the server. Initially, a 'username/password' tuple. However, for domain credentials, the username must be in 'domain\user form'.

AtomPubClient()

Creates a new AtomPubClient object.

public:
 AtomPubClient();
 AtomPubClient();
public AtomPubClient();
function AtomPubClient()
Public Sub New ()

See also

Applies to

AtomPubClient(PasswordCredential)

Creates a new AtomPubClient object with the credential to use when making requests to the server. Initially, a 'username/password' tuple. However, for domain credentials, the username must be in 'domain\user form'.

public:
 AtomPubClient(PasswordCredential ^ serverCredential);
 AtomPubClient(PasswordCredential const& serverCredential);
public AtomPubClient(PasswordCredential serverCredential);
function AtomPubClient(serverCredential)
Public Sub New (serverCredential As PasswordCredential)

Parameters

serverCredential
PasswordCredential

The specified security credentials.

Applies to