UsernameOverTransportAssertion.ClientActor Property
Gets or sets the actor attribute on the Security SOAP header for a SOAP message destined for a Web service client to which this policy assertion applies.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim usernameOverTransportAssertion1 As UsernameOverTransportAssertion
Dim returnValue As String
returnValue = usernameOverTransportAssertion1.ClientActor
Dim sampleValue As String
usernameOverTransportAssertion1.ClientActor = sampleValue
Syntax
'Declaration
Public Property ClientActor() As String
public string ClientActor {get; set;}
public:
property String^ ClientActor {
String^ get();
void set(String^ value);
}
public System.String get_ClientActor();
public void set_ClientActor(System.String);
public function get ClientActor() : String;
public function set ClientActor(String);
Property Value
The actor attribute on the Security SOAP header for a SOAP message destined for a Web service client to which this policy assertion applies. The default value is an empty string ("").
Remarks
When the SOAP message is not routed through an intermediary, such as a SOAP router, the actor attribute is an empty string (""). When the policy assertion applies to an intermediary, specify the URI for the intermediary.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
UsernameOverTransportAssertion Class
UsernameOverTransportAssertion Members
Microsoft.Web.Services3.Design Namespace