AtomPubClient Constructors
Definition
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
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.