Udostępnij za pośrednictwem


SendSecurityFilter Constructor (String, Boolean)

Initializes a new instance of the SendSecurityFilter class using the specified SOAP actor and value indicating whether the filter is filtering SOAP messages for a Web service client.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim serviceActor As String
Dim isClient As Boolean
Dim sendSecurityFilter1 As New SendSecurityFilter(serviceActor, isClient)

Syntax

'Declaration
Protected Sub New( _
    ByVal serviceActor As String, _
    ByVal isClient As Boolean _
)
protected SendSecurityFilter(
    string serviceActor, 
    bool isClient
);
protected:
SendSecurityFilter(
    String^ serviceActor, 
    bool isClient
);
protected SendSecurityFilter(
    System.String serviceActor, 
    boolean isClient
);
protected function SendSecurityFilter(
     serviceActor : String, 
     isClient : Boolean
);

Parameters

  • serviceActor
    The actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this filter applies.
  • isClient
    true if this ReceiveSecurityFilter instance is filtering SOAP messages for a Web service client; otherwise, false.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SendSecurityFilter Class
SendSecurityFilter Members
Microsoft.Web.Services3.Security Namespace