Socket.Handle 屬性

定義

取得作業系統的 handle Socket

public:
 property IntPtr Handle { IntPtr get(); };
public IntPtr Handle { get; }
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr

屬性值

IntPtr

nativeint

一個 IntPtr 代表作業系統 handle 的 Socket

適用於