SendSecurityFilter Constructor (String, Boolean, String)
Initializes a new instance of the SendSecurityFilter class using the specified SOAP actors 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 clientActor As String
Dim sendSecurityFilter1 As New SendSecurityFilter(serviceActor, isClient, clientActor)
Syntax
'Declaration
Protected Sub New( _
ByVal serviceActor As String, _
ByVal isClient As Boolean, _
ByVal clientActor As String _
)
protected SendSecurityFilter(
string serviceActor,
bool isClient,
string clientActor
);
protected:
SendSecurityFilter(
String^ serviceActor,
bool isClient,
String^ clientActor
);
protected SendSecurityFilter(
System.String serviceActor,
boolean isClient,
System.String clientActor
);
protected function SendSecurityFilter(
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
SendSecurityFilter Class
SendSecurityFilter Members
Microsoft.Web.Services3.Security Namespace