Z3950_Endpoint Constructor (String, String, UInt32, String, String)
Constructor for a new instance of the Z39.50 endpoint object
Namespace: SobekCM.Resource_Object.MARCAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public Z3950_Endpoint(
string Name,
string URI,
uint Port,
string Database_Name,
string Username
) |
Parameters
- Name
- Type: System..::..String
Arbitrary name associated with this Z39.50 endpoint by the user
- URI
- Type: System..::..String
URI / URL for the connection to the Z39.50 endpoint
- Port
- Type: System..::..UInt32
Port for the connection to the Z39.50 endpoint
- Database_Name
- Type: System..::..String
Name of the database within the Z39.50 endpoint
- Username
- Type: System..::..String
Username for the connection to the endpoint, if one is needed
See Also