System::Net::EndPoint::Create metodu

EndPoint::Create method

Belirtilen soket adresini kullanarak EndPoint sınıfının yeni bir örneğini oluşturun.

virtual System::SharedPtr<EndPoint> System::Net::EndPoint::Create(System::SharedPtr<SocketAddress> socketAddress)
ParametreTürAçıklama
socketAddressSystem::SharedPtr<SocketAddress>Yeni bir örnek başlatmak için kullanılacak socket adresi.

ReturnValue

Yeni oluşturulmuş EndPoint sınıfı örneği.

Ayrıca Bakınız