瀏覽代碼

Make host name public for the c# target (#8006)

lublak 6 年之前
父節點
當前提交
3b8d315600
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/cs/_std/sys/net/Host.hx

+ 1 - 1
std/cs/_std/sys/net/Host.hx

@@ -41,7 +41,7 @@ class Host {
 	/**
 		The provided host string.
 	**/
-	var host(default,null) : String;
+	public var host(default,null) : String;
 
 	/**
 		The actual IP corresponding to the host.