CcowParticipantService Constructor(IPAddress,int)

Summary

Initializes a new instance of the CcowParticipantService class. The socket address.The socket port number.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal socketIPAddress As IPAddress, _ 
   ByVal socketPortNumber As Integer _ 
) 
public: 
CcowParticipantService(  
   IPAddress^ socketIPAddress, 
   int socketPortNumber 
) 

Parameters

socketIPAddress
The socket address.

socketPortNumber
The socket port number.

Requirements

Target Platforms

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

Leadtools.Ccow.Services Assembly