IIsFilter

IIsFilter オブジェクトは、ISAPI フィルタの動作に影響するメタベース プロパティを設定します。フィルタ プロパティは、Web サービス レベルでも、または個々の Web サーバーに対しても設定できます。

IIsFilter オブジェクトは ADSI オブジェクトですが、ADSI コンテナ オブジェクトではありません。

ADsPath

IIS://MachineName/W3SVC/Filters/FilterName

MachineName には、任意の名前、または "LocalHost" を指定できます。

または

IIS://MachineName/W3SVC/N/Filters/FilterName

MachineName には、任意の名前、または "LocalHost" を指定できます。N は、Web サーバーの番号です。

構文

varReturn = object.Method

 

要素
  • varReturn
    メソッドの戻り値を受け取る変数です。
  • object
    通常は、直前の GetObject 操作の結果として、IIsFilter オブジェクトを含んでいる変数です。
  • Method
    選択したオブジェクト メソッドです。
プロパティ
ADSI オブジェクト プロパティ  
メタベース プロパティ
FilterDescription NotifyNonSecurePort
FilterEnabled NotifyOrderHigh
FilterFlags NotifyOrderLow
FilterPath NotifyOrderMedium
FilterState NotifyPreProcHeaders
NotifyAccessDenied NotifyReadRawData
NotifyAuthentication NotifySecurePort
NotifyEndOfNetSession NotifySendRawData
NotifyEndOfRequest NotifySendResponse
NotifyLog NotifyUrlMap
メソッド
ADSI オブジェクト メソッド ADSI オブジェクトの標準メソッドです。