Pipeline.Actor Property
Gets or sets the SOAP actor.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim pipeline1 As Pipeline
Dim returnValue As Uri
returnValue = pipeline1.Actor
Dim sampleValue As Uri
pipeline1.Actor = sampleValue
Syntax
'Declaration
Public Property Actor() As Uri
public Uri Actor {get; set;}
public:
property Uri^ Actor {
Uri^ get();
void set(Uri^ value);
}
public Uri get_Actor();
public void set_Actor(Uri);
public function get Actor() : Uri;
public function set Actor(Uri);
Property Value
A Uri that represents the SOAP actor. The default is WSAddressing.AnonymousRole.
Remarks
Specifies a URI that is used to dispatch messages for destinations that are not registered in the SoapReceivers collection. Registering a SoapReceiver with Add using this value will cause any messages that would have not been dispatched to be delivered to the new receiver.
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
Pipeline Class
Pipeline Members
Microsoft.Web.Services3 Namespace