3 writes to host
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (3)
721
this.
host
= host;
741
this.
host
= null;
894
this.
host
= null;
5 references to host
System.ServiceModel (5)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (5)
747
IPeerNeighbor neighbor =
host
;
758
IPeerNeighbor neighbor =
host
;
761
Fx.Assert(
host
!= null, "Cannot initiate security handshake without a host!");
815
IPeerNeighbor neighbor =
host
;
879
neighbor = this.
host
;