1 write to hostname
System (1)
net\System\Net\SocketPermission.cs (1)
757
hostname
= epname;
27 references to hostname
System (27)
net\System\Net\SocketPermission.cs (27)
726
public String Hostname { get {return
hostname
;}}
770
if (String.Compare(
hostname
, ep.
hostname
, StringComparison.OrdinalIgnoreCase ) != 0) {
795
return CheckEndPointName(
hostname
) == EndPointType.DnsOrWildcard;
809
int len =
hostname
.Length;
823
if ((
hostname
[0] == '.') || (
hostname
[len - 1] == '.')) {
830
for (int i = 0; i <
hostname
.Length; i++) {
831
if (
hostname
[i] == '.') {
834
else if (
hostname
[i] == '*') {
837
else if (!Char.IsDigit(
hostname
[i])) { // Not a digit?
872
return (String.Compare(
hostname
, e.
hostname
, StringComparison.OrdinalIgnoreCase ) == 0);
897
if (MatchWildcard(e.
hostname
)) {
924
string [] wcPieces =
hostname
.Split(DotSeparator);
970
if (IPAddress.TryParse(
hostname
, out ipaddr))
983
if (Dns.TryInternalResolve(
hostname
, out ipHostEntry)) {
1006
return
hostname
+ encSeperator + port + encSeperator + ((int)transport).ToString(NumberFormatInfo.InvariantInfo);
1074
if(String.Compare(
hostname
, E.
hostname
, StringComparison.OrdinalIgnoreCase ) != 0) {
1078
commonName =
hostname
;
1100
string [] wcPieces =
hostname
.Split(DotSeparator);
1101
string [] strPieces = E.
hostname
.Split(DotSeparator);
1134
commonName = E.
hostname
; //SHE fits into my wildcard
1142
commonName =
hostname
; //ME fit into her wildcard
1154
commonName =
hostname
;
1163
commonName =
hostname
;