C# Class PortBridge.HostMappingElement

Inheritance: System.Configuration.ConfigurationElement
Datei anzeigen Open project: RobBlackwell/PortBridge Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
HostMappingElement ( ) : System
HostMappingElement ( string targetHost, string allowedPorts, string allowedPipes ) : System

Method Details

HostMappingElement() public method

public HostMappingElement ( ) : System
return System

HostMappingElement() public method

public HostMappingElement ( string targetHost, string allowedPorts, string allowedPipes ) : System
targetHost string
allowedPorts string
allowedPipes string
return System