C# Class Tempest.TargetExtensions

Mostrar archivo Open project: ermau/Tempest

Public Methods

Method Description
ToEndPoint ( this self ) : EndPoint
ToIPEndPointAsync ( this self ) : Task
ToTarget ( this endPoint ) : Target

Method Details

ToEndPoint() public static method

public static ToEndPoint ( this self ) : EndPoint
self this
return System.Net.EndPoint

ToIPEndPointAsync() public static method

public static ToIPEndPointAsync ( this self ) : Task
self this
return Task

ToTarget() public static method

public static ToTarget ( this endPoint ) : Target
endPoint this
return Target