Click or drag to resize
NetExtras Class
example usage: https://github.com/andreigec/ExtractTransform
Inheritance Hierarchy
SystemObject
  ANDREICSLIB.ClassExtrasNetExtras

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class NetExtras

The NetExtras type exposes the following members.

Constructors
  NameDescription
Protected methodNetExtras
Initializes a new instance of the NetExtras class
Top
Methods
  NameDescription
Private methodStatic memberCheckMask
Public methodStatic memberDownloadFile
Public methodStatic memberDownloadWebPage
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetExternalAddress
Public methodStatic memberGetExternalDefaultLocalAddress
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetHostName
Public methodStatic memberGetLocalAddress
Public methodStatic memberGetMAC
Private methodStatic membergetMachineNetBiosInfo
Public methodStatic memberGetNetBiosInfo
Public methodStatic memberGetNextFreePort
Public methodStatic memberGetRemoteInfo
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetWebPageStream
Public methodStatic memberHostnameToIP
Public methodStatic memberIPToLong
Public methodStatic memberIsIPAddress
Public methodStatic memberIsLanIP
Public methodStatic memberIsLanIPCheckTTL
Public methodStatic memberMakeStringURLSafe
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Private methodStatic memberNetWkstaGetInfo
Private methodStatic memberSendARP
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also