C# Class PeerCastStation.UI.PortMapper.UPnPServiceDescription

Datei anzeigen Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UPnPServiceDescription ( string device_name, string device_type, string udn, string service_id, string service_type, Uri control_url, Uri event_sub_url, Uri scpd_url ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

UPnPServiceDescription() public method

public UPnPServiceDescription ( string device_name, string device_type, string udn, string service_id, string service_type, Uri control_url, Uri event_sub_url, Uri scpd_url ) : System
device_name string
device_type string
udn string
service_id string
service_type string
control_url System.Uri
event_sub_url System.Uri
scpd_url System.Uri
return System