←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly