Share via


ReceiveSecurityFilter Constructor (String, Boolean, String)

Initializes a new instance of the ReceiveSecurityFilter class using the specified SOAP actors and 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 clientActor As String
Dim receiveSecurityFilter1 As New ReceiveSecurityFilter(serviceActor, isClient, clientActor)

Syntax

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

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.
  • clientActor
    The actor attribute on the Security SOAP header for a SOAP message destined for a Web service client to which this filter applies.

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

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