C# 클래스 SharpCifs.Netbios.Lmhosts

파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
GetByName ( string host ) : NbtAddress

This is really just for Jcifs.UniAddress . It does not throw an Sharpen.UnknownHostException because this is queried frequently and exceptions would be rather costly to throw on a regular basis here.

비공개 메소드들

메소드 설명
GetByName ( Name name ) : NbtAddress
Populate ( StreamReader r ) : void

메소드 상세

GetByName() 공개 정적인 메소드

This is really just for Jcifs.UniAddress . It does not throw an Sharpen.UnknownHostException because this is queried frequently and exceptions would be rather costly to throw on a regular basis here.
public static GetByName ( string host ) : NbtAddress
host string
리턴 NbtAddress