C# Class PeerCastStation.UI.PortMapper.UPnPServiceDescription

Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

UPnPServiceDescription() public méthode

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
Résultat System