| SocketConnection Constructor |
Consructor
Namespace: AsterNET.IOAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SocketConnection(
string host,
int port,
Encoding encoding
)
Public Sub New (
host As String,
port As Integer,
encoding As Encoding
)
public:
SocketConnection(
String^ host,
int port,
Encoding^ encoding
)
new :
host : string *
port : int *
encoding : Encoding -> SocketConnection
Parameters
- host
- Type: SystemString
client host - port
- Type: SystemInt32
client port - encoding
- Type: System.TextEncoding
encoding
See Also