1 write to port
System (1)
net\System\Net\SocketPermission.cs (1)
758
this.
port
= port;
15 references to port
System (15)
net\System\Net\SocketPermission.cs (15)
740
public int Port { get {return
port
;}}
773
if (
port
!= ep.
port
) {
1001
&& ((
port
== e.
port
) || (e.
port
== SocketPermission.AllPorts) ||
port
== SocketPermission.AnyPort)
1006
return hostname + encSeperator +
port
+ encSeperator + ((int)transport).ToString(NumberFormatInfo.InvariantInfo);
1037
if (
port
== E.
port
) {
1038
commonPort =
port
;
1040
else if (
port
== SocketPermission.AllPorts) {
1041
commonPort = E.
port
;
1043
else if (E.
port
== SocketPermission.AllPorts) {
1044
commonPort =
port
;