C# Class vortex.web.proto.EndpointInfo

Show file Open project: PrismTech/vortex-web-csharp Class Usage Examples

Public Properties

Property Type Description
did int
qos List
tn string

Public Methods

Method Description
EndpointInfo ( int did, string tn, List qos ) : System

Method Details

EndpointInfo() public method

public EndpointInfo ( int did, string tn, List qos ) : System
did int
tn string
qos List
return System

Property Details

did public property

public int did
return int

qos public property

public List qos
return List

tn public property

public string tn
return string