System::Net::Sockets::TcpClient::BeginConnect 메서드
내용물
[
숨다
]TcpClient::BeginConnect(String, int32_t, AsyncCallback, System::SharedPtr<Object>) method
비동기 연결 작업을 시작합니다.
System::SharedPtr<IAsyncResult> System::Net::Sockets::TcpClient::BeginConnect(String host, int32_t port, AsyncCallback requestCallback, System::SharedPtr<Object> state)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| host | String | 원격 호스트 이름. |
| 포트 | int32_t | 원격 호스트의 포트. |
| requestCallback | AsyncCallback | 작업이 완료될 때 호출되는 콜백. |
| 상태 | System::SharedPtr<Object> | 각 비동기 연결 작업을 고유하게 식별하는 데 사용되는 사용자 제공 데이터. |
ReturnValue
시작된 비동기 연결 작업을 나타내는 IAsyncResult 객체.
또 보기
- Typedef SharedPtr
- Class IAsyncResult
- Class String
- Typedef AsyncCallback
- Class Object
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::BeginConnect(System::ArrayPtr<System::SharedPtr<IPAddress>>, int32_t, AsyncCallback, System::SharedPtr<Object>) method
비동기 연결 작업을 시작합니다.
System::SharedPtr<IAsyncResult> System::Net::Sockets::TcpClient::BeginConnect(System::ArrayPtr<System::SharedPtr<IPAddress>> addresses, int32_t port, AsyncCallback requestCallback, System::SharedPtr<Object> state)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| addresses | System::ArrayPtr<System::SharedPtr<IPAddress>> | 원격 호스트의 IP 주소들. |
| 포트 | int32_t | 원격 호스트의 포트. |
| requestCallback | AsyncCallback | 작업이 완료될 때 호출되는 콜백. |
| 상태 | System::SharedPtr<Object> | 각 비동기 연결 작업을 고유하게 식별하는 데 사용되는 사용자 제공 데이터. |
ReturnValue
시작된 비동기 연결 작업을 나타내는 IAsyncResult 객체.
또 보기
- Typedef SharedPtr
- Class IAsyncResult
- Typedef ArrayPtr
- Class IPAddress
- Typedef AsyncCallback
- Class Object
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::BeginConnect(System::SharedPtr<IPAddress>, int32_t, AsyncCallback, System::SharedPtr<Object>) method
비동기 연결 작업을 시작합니다.
System::SharedPtr<IAsyncResult> System::Net::Sockets::TcpClient::BeginConnect(System::SharedPtr<IPAddress> address, int32_t port, AsyncCallback requestCallback, System::SharedPtr<Object> state)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 주소 | System::SharedPtr<IPAddress> | 원격 호스트의 IP 주소. |
| 포트 | int32_t | 원격 호스트의 포트. |
| requestCallback | AsyncCallback | 작업이 완료될 때 호출되는 콜백. |
| 상태 | System::SharedPtr<Object> | 각 비동기 연결 작업을 고유하게 식별하는 데 사용되는 사용자 제공 데이터. |
ReturnValue
시작된 비동기 연결 작업을 나타내는 IAsyncResult 객체.
또 보기
- Typedef SharedPtr
- Class IAsyncResult
- Class IPAddress
- Typedef AsyncCallback
- Class Object
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++