public override EndPoint Create(
SocketAddress socketAddress
)
Public Overrides Function Create (
socketAddress As SocketAddress
) As EndPoint
public:
virtual EndPoint^ Create(
SocketAddress^ socketAddress
) override
abstract Create :
socketAddress : SocketAddress -> EndPoint
override Create :
socketAddress : SocketAddress -> EndPoint
The socketAddress parameter must use the format of the SOCKADDR_HV structure.
ArgumentNullException | socketAddress is . |
ArgumentException | The AddressFamily of socketAddress is not AF_HYPERV, or the size of socketAddress is less than HvSocketSocketAddressSize. |