C# 클래스 PeerCastStation.UI.PortMapper.UPnPServiceDescription

파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

UPnPServiceDescription() 공개 메소드

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
리턴 System