  | RemoteDeploymentProvider Constructor (String, Uri, String, String) | 
  
    Namespace: 
   Dynamicweb.Deployment
    Assembly:
   Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntaxpublic RemoteDeploymentProvider(
	string name,
	Uri url,
	string username,
	string password
)
Public Sub New ( 
	name As String,
	url As Uri,
	username As String,
	password As String
)
Parameters
- name
 - Type: SystemString
 - url
 - Type: SystemUri
 - username
 - Type: SystemString
 - password
 - Type: SystemString
 
See Also