AtomPubClient コンストラクター

定義

オーバーロード

AtomPubClient()

新しい AtomPubClient オブジェクトを 作成します。

AtomPubClient(PasswordCredential)

サーバーへの要求を行うときに使用する資格情報を使用して、新しい AtomPubClient オブジェクトを作成します。 最初は、'username/password' タプルです。 ただし、ドメイン資格情報の場合、ユーザー名は 'domain\user フォーム' である必要があります。

AtomPubClient()

新しい AtomPubClient オブジェクトを 作成します。

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

こちらもご覧ください

適用対象

AtomPubClient(PasswordCredential)

サーバーへの要求を行うときに使用する資格情報を使用して、新しい AtomPubClient オブジェクトを作成します。 最初は、'username/password' タプルです。 ただし、ドメイン資格情報の場合、ユーザー名は 'domain\user フォーム' である必要があります。

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

パラメーター

serverCredential
PasswordCredential

指定されたセキュリティ資格情報。

適用対象