C# 클래스 Unity.Platform.Windows.WindowsNet

상속: Unity.Core.Net.AbstractNet
파일 보기 프로젝트 열기: Appverse/appverse-mobile 1 사용 예제들

공개 메소드들

메소드 설명
DownloadFile ( string url ) : bool
GetNetworkData ( ) : Unity.Core.Net.NetworkData
GetNetworkTypeReachableList ( string url ) : NetworkType[]

List of network types available to reach the given url.

GetNetworkTypeSupported ( ) : NetworkType[]

List of supported network types (cable, wifi, etc.) on the current device.

OpenBrowser ( string title, string buttonText, string url ) : bool
OpenBrowserWithOptions ( SecondaryBrowserOptions browserOptions ) : bool
ShowHtml ( string title, string buttonText, string html ) : bool
ShowHtmlWithOptions ( SecondaryBrowserOptions browserOptions ) : bool
extractDomainNameFromURL ( string url ) : string

비공개 메소드들

메소드 설명
AddToNetworkTypeList ( List list, NetworkInterface ni ) : List

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string url ) : bool
url string
리턴 bool

GetNetworkData() 공개 메소드

public GetNetworkData ( ) : Unity.Core.Net.NetworkData
리턴 Unity.Core.Net.NetworkData

GetNetworkTypeReachableList() 공개 메소드

List of network types available to reach the given url.
public GetNetworkTypeReachableList ( string url ) : NetworkType[]
url string The url to check reachability.
리턴 NetworkType[]

GetNetworkTypeSupported() 공개 메소드

List of supported network types (cable, wifi, etc.) on the current device.
public GetNetworkTypeSupported ( ) : NetworkType[]
리턴 NetworkType[]

OpenBrowser() 공개 메소드

public OpenBrowser ( string title, string buttonText, string url ) : bool
title string
buttonText string
url string
리턴 bool

OpenBrowserWithOptions() 공개 메소드

public OpenBrowserWithOptions ( SecondaryBrowserOptions browserOptions ) : bool
browserOptions SecondaryBrowserOptions
리턴 bool

ShowHtml() 공개 메소드

public ShowHtml ( string title, string buttonText, string html ) : bool
title string
buttonText string
html string
리턴 bool

ShowHtmlWithOptions() 공개 메소드

public ShowHtmlWithOptions ( SecondaryBrowserOptions browserOptions ) : bool
browserOptions SecondaryBrowserOptions
리턴 bool

extractDomainNameFromURL() 공개 메소드

public extractDomainNameFromURL ( string url ) : string
url string
리턴 string