SysLogLoggingChannel Constructor(string,int)

Summary
Initializes a new instance of the SysLogLoggingChannel class.
Syntax
C#
VB
C++
public SysLogLoggingChannel( 
   string hostname, 
   int port 
) 
  
Public Function New( _ 
   ByVal hostname As String, _ 
   ByVal port As Integer _ 
) 
public: 
SysLogLoggingChannel(  
   String^ hostname, 
   int port 
) 

Parameters

hostname
The syslog server hostname.

port
The syslog server port.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.