public override EndPoint Create(
SocketAddress socketAddress
)Public Overrides Function Create (
socketAddress As SocketAddress
) As EndPointpublic:
virtual EndPoint^ Create(
SocketAddress^ socketAddress
) overrideabstract 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. |