StowWebClient Constructor
In This Topic
Create a new StowWebClient oject
Syntax
'Declaration
Public Function New( _
ByVal As System.String _
)
'Usage
Dim Destination As System.String
Dim instance As New StowWebClient(Destination)
public StowWebClient(
System.string
)
public StowWebClient(
: System.String
);
public function StowWebClient(
: System.String
);
public: StowWebClient(
System.string*
)
public:
StowWebClient(
System.String^
)
Parameters
- Destination
-
The end-point to which the instances are to be sent. This should be everything up to, but not including the
/studies part
of the URL
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also