4 writes to protocolType
System (4)
net\System\Net\Sockets\Socket.cs (4)
159
this.
protocolType
= protocolType;
188
protocolType
= (ProtocolType)protocolInfo.iProtocol;
284
protocolType
= Sockets.ProtocolType.Unknown;
7336
socket.
protocolType
= protocolType;
7 references to protocolType
System (7)
net\System\Net\Sockets\Socket.cs (7)
612
return
protocolType
;
5390
acceptSocket = new Socket(addressFamily,socketType,
protocolType
);
5698
m_DynamicWinsockMethods = DynamicWinsockMethods.GetMethods(addressFamily, socketType,
protocolType
);
5815
protocolType
==Sockets.ProtocolType.Tcp ?
5817
protocolType
==Sockets.ProtocolType.Udp ?
7336
socket.protocolType =
protocolType
;
7707
e.AcceptSocket = new Socket(addressFamily, socketType,
protocolType
);