SoapServerVRoot クラス

定義

認証済みの暗号化された SOAP 仮想ルートをサーバーに発行します。 このクラスは継承できません。

public ref class SoapServerVRoot sealed : System::EnterpriseServices::Internal::ISoapServerVRoot
[System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")]
public sealed class SoapServerVRoot : System.EnterpriseServices.Internal.ISoapServerVRoot
[<System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")>]
type SoapServerVRoot = class
    interface ISoapServerVRoot
Public NotInheritable Class SoapServerVRoot
Implements ISoapServerVRoot
継承
SoapServerVRoot
属性
実装

注釈

SoapServerVRoot は、.NET Framework によって内部的に使用されます。 コード内で直接使用する必要はありません。

コンストラクター

名前 説明
SoapServerVRoot()

SoapServerVRoot クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
CreateVirtualRootEx(String, String, String, String, String, String, String, String, String, String, String)

セキュリティ オプションを使用して SOAP 仮想ルートを作成します。

DeleteVirtualRootEx(String, String, String)

仮想ルートを削除します。 完全には実装されていません。

Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String)

既存の SOAP 仮想ルートのセキュリティ状態を返します。

MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象