Пример #1
0
 private void Validate()
 {
     if ((this.address == null) || (this.binding == null))
     {
         PeerExceptionHelper.ThrowArgument_InsufficientResolverSettings();
     }
 }
 void Validate()
 {
     if (address == null || binding == null)
     {
         PeerExceptionHelper.ThrowArgument_InsufficientResolverSettings();
     }
 }