Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AtomPubClient Constructors

Definition

Namespace:
Windows.Web.AtomPub

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Name Description
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


Feedback

Was this page helpful?