SocketAsyncEventArgs.SocketError Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur hasil operasi soket asinkron.
public:
property System::Net::Sockets::SocketError SocketError { System::Net::Sockets::SocketError get(); void set(System::Net::Sockets::SocketError value); };
public System.Net.Sockets.SocketError SocketError { get; set; }
member this.SocketError : System.Net.Sockets.SocketError with get, set
Public Property SocketError As SocketError
Nilai Properti
SocketError yang mewakili hasil operasi soket asinkron.
Keterangan
Properti ini menyediakan status penyelesaian operasi soket asinkron. Nilai SocketError.Success menunjukkan keberhasilan penyelesaian operasi. Properti ini terutama digunakan dalam rutinitas penanganan aktivitas aplikasi.
Properti ini digunakan dengan semua metode soket asinkron (xxxAsync).
Berlaku untuk
Lihat juga
- AcceptAsync(SocketAsyncEventArgs)
- ConnectAsync(SocketAsyncEventArgs)
- DisconnectAsync(SocketAsyncEventArgs)
- ReceiveAsync(SocketAsyncEventArgs)
- ReceiveFromAsync(SocketAsyncEventArgs)
- ReceiveMessageFromAsync(SocketAsyncEventArgs)
- SendAsync(SocketAsyncEventArgs)
- SendPacketsAsync(SocketAsyncEventArgs)
- SendToAsync(SocketAsyncEventArgs)
- SocketError