FileDataServer Constructor

Initializes a new instance of the FileDataServer class.
public FileDataServer( 
Framework framework
string fileName
string host = null, 
int port = -1, 
string login = null, 
string pass = null 
)
This language is not supported or no code example is available.
public:  
FileDataServer( 
Framework^ framework
String^ fileName
String^ host
int port
String^ login
String^ pass 
)
This language is not supported or no code example is available.
public function FileDataServer( 
framework : Framework
fileName : String
host : String
port : int
login : String
pass : String 
);
This language is not supported or no code example is available.

Parameters

framework
Framework

fileName
string

Name of the file.

host
string

The host.

port
int

login
string

pass
string

In this article

Definition