←Select platform

SysLogLoggingChannel Constructor(IPAddress,int)

Summary

Initializes a new instance of the SysLogLoggingChannel class.

Syntax

C#
VB
C++
public SysLogLoggingChannel( 
   IPAddress ip, 
   int port 
) 
  
Public Function New( _ 
   ByVal ip As IPAddress, _ 
   ByVal port As Integer _ 
) 
public: 
SysLogLoggingChannel(  
   IPAddress^ ip, 
   int port 
) 

Parameters

ip
The syslog server ip address.

port
The syslog server port.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly