| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal ip As IPAddress, _ ByVal port As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim ip As IPAddress Dim port As Integer Dim instance As New SysLogLoggingChannel(ip, port) | |
| C++/CLI | |
|---|---|
public: SysLogLoggingChannel( IPAddress^ ip, int port ) | |
Parameters
- ip
- The syslog server ip address.
- port
- The syslog server port.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7